PUT api/deviceorder/update
Request Information
URI Parameters
None.
Body Parameters
RequestDeviceOrderUpdateName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
BarcodeNo | string |
None. |
|
OnlineTestCode | string |
None. |
|
PatientID | string |
None. |
|
PatientName | string |
None. |
|
Gender | string |
None. |
|
SpecimenType | string |
None. |
|
DeviceID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": 1, "BarcodeNo": "sample string 2", "OnlineTestCode": "sample string 3", "PatientID": "sample string 4", "PatientName": "sample string 5", "Gender": "sample string 6", "SpecimenType": "sample string 7", "DeviceID": 8 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.